home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Game Levels 2 / 1,000 Game Levels 2.iso / DOSRPG / REDSEA2.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-11-30  |  665b  |  21 lines

  1. @echo off
  2. echo The install program will create a subdirectory named REDSEA on
  3. echo drive c: and place all files in that directory.  It will also 
  4. echo create a RS.BAT file in your  root directory so that you can 
  5. echo start the game from anywhere by simply typing "RS". If this is 
  6. echo not what you want, press CTRL-C followed by "Y" to cancel the 
  7. echo operation and check the on-line manual or your DOS manual for 
  8. echo instructions.  If this procedure is O.K. then
  9.  
  10. pause
  11. md c:\REDSEA
  12. copy *.* c:\REDSEA
  13. copy c:\REDSEA\RS.BAT c:\RS.BAT
  14. DEL c:\REDSEA\RS.BAT
  15.  
  16. c:
  17. cd \REDSEA
  18. del install.bat
  19. cls
  20. echo Type RS at any DOS prompt to begin playing.
  21.